Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / Translate Method / Translate(NPoint[],Double,Double) Method
array of points
x offset
y offset


In This Topic
    Translate(NPoint[],Double,Double) Method
    In This Topic
    Translates the specified points
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Translate( _
       ByVal points() As NPoint, _
       ByVal dx As System.Double, _
       ByVal dy As System.Double _
    ) 
    'Usage
     
    
    Dim points() As NPoint
    Dim dx As System.Double
    Dim dy As System.Double
     
    NGeometry2D.Translate(points, dx, dy)
    public static void Translate( 
       NPoint[] points,
       System.double dx,
       System.double dy
    )

    Parameters

    points
    array of points
    dx
    x offset
    dy
    y offset
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also